From: Chong Yidong Date: Fri, 20 Feb 2009 01:52:22 +0000 (+0000) Subject: (Fkeymap_parent): Doc fix (Bug#2391). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1684 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3a7e38dc6ccf2c5523da7cf9b7f6c642d21ad765;p=emacs.git (Fkeymap_parent): Doc fix (Bug#2391). --- diff --git a/src/keymap.c b/src/keymap.c index 7a95e75c84e..02e93675548 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -327,7 +327,8 @@ keymap_parent (keymap, autoload) } DEFUN ("keymap-parent", Fkeymap_parent, Skeymap_parent, 1, 1, 0, - doc: /* Return the parent keymap of KEYMAP. */) + doc: /* Return the parent keymap of KEYMAP. +If KEYMAP has no parent, return nil. */) (keymap) Lisp_Object keymap; {